home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / LIB / DdeReg.dfm < prev    next >
Encoding:
Text File  |  2004-10-22  |  1.8 KB  |  99 lines

  1. object DdeLinkDlg: TDdeLinkDlg
  2.   Left = 277
  3.   Top = 181
  4.   ActiveControl = AppEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'DDE Info'
  7.   ClientHeight = 145
  8.   ClientWidth = 289
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   OnActivate = DoPasteCheck
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 273
  21.     Height = 89
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 12
  26.     Top = 20
  27.     Width = 69
  28.     Height = 18
  29.     Alignment = taRightJustify
  30.     AutoSize = False
  31.     Caption = 'Dde&Service:'
  32.     FocusControl = AppEdit
  33.   end
  34.   object Label2: TLabel
  35.     Left = 12
  36.     Top = 44
  37.     Width = 69
  38.     Height = 18
  39.     Alignment = taRightJustify
  40.     AutoSize = False
  41.     Caption = 'Dde&Topic:'
  42.     FocusControl = TopicEdit
  43.   end
  44.   object AppEdit: TEdit
  45.     Left = 88
  46.     Top = 16
  47.     Width = 185
  48.     Height = 21
  49.     Color = clWindow
  50.     TabOrder = 0
  51.   end
  52.   object TopicEdit: TEdit
  53.     Left = 88
  54.     Top = 40
  55.     Width = 185
  56.     Height = 21
  57.     Color = clWindow
  58.     TabOrder = 1
  59.   end
  60.   object OK: TButton
  61.     Left = 40
  62.     Top = 104
  63.     Width = 77
  64.     Height = 27
  65.     Caption = 'OK'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 2
  69.   end
  70.   object CancelBtn: TButton
  71.     Left = 124
  72.     Top = 104
  73.     Width = 77
  74.     Height = 27
  75.     Cancel = True
  76.     Caption = 'Cancel'
  77.     ModalResult = 2
  78.     TabOrder = 3
  79.   end
  80.   object PasteBtn: TButton
  81.     Left = 88
  82.     Top = 65
  83.     Width = 93
  84.     Height = 27
  85.     Caption = '&Paste Link'
  86.     TabOrder = 4
  87.     OnClick = doPasteLink
  88.   end
  89.   object HelpBtn: TButton
  90.     Left = 208
  91.     Top = 104
  92.     Width = 73
  93.     Height = 27
  94.     Caption = 'Help'
  95.     TabOrder = 5
  96.     OnClick = HelpBtnClick
  97.   end
  98. end
  99.